home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / www / tidy_os4.lha / tidy / src / iconvtc.h < prev    next >
C/C++ Source or Header  |  2004-07-25  |  341b  |  16 lines

  1. #ifndef __ICONVTC_H__
  2. #define __ICONVTC_H__
  3. #ifdef TIDY_ICONV_SUPPORT
  4.  
  5. /* iconvtc.h -- Interface to iconv transcoding routines
  6.  
  7.   (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
  8.   See tidy.h for the copyright notice.
  9.  
  10.   $Id: iconvtc.h,v 1.1 2003/04/28 22:59:41 hoehrmann Exp $
  11. */
  12.  
  13.  
  14. #endif /* TIDY_ICONV_SUPPORT */
  15. #endif /* __ICONVTC_H__ */
  16.